<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none; color: #666; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu
{
	padding-top:60px;
}

#menu ul li
{
	padding-left:1em;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 400px; margin-bottom: 9px; }
#content p { width: auto; clear: both; padding-top: 9px; text-align: center; margin-left: 0; margin-right: 215px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

/* Front page */ /*
body.section-4 div#content div.container div#img-container span.nothumb img
{
    
}

body.section-4 h1
{
    display: none;
}

html,
body.section-4,
body.section-4 div#content div.container,
body.section-4 div#content div.container div#img-container
{
    height:100%;
}

body.section-4 div#content
{
    margin: 0;
}

body.section-4 div#content div.container
{
    padding: 0;
}

body.section-4 div#content div.container div#img-container span.nothumb
{
    float: none;
    left: 50%;
    display: block;
    margin-left: -250px;
    position: absolute;
    width:500px;
    top: 50%;
    margin-top: -208px;
}

body.section-4 div#menu
{
    font-size: 12px;
    font-family: sans-serif;
    text-transform: uppercase;
    padding: 0;
    position: static;
    width:auto;
    height: auto;
    top:50%;
    position: absolute;
    width: 800px;
    left:50%;
    margin-left:-400px;
    margin-top:200px;
}

body.section-4 div#menu div.container
{
    padding: 0;
}

body.section-4 div#menu div.container ul
{
    margin: 0;
    display: table;
    width:800px;
    position: absolute;
    left: 50%;
    margin-left: -400px;
}

body.section-4 div#menu div.container ul li
{
    padding: 0;   
}

body.section-4 div#menu div.container ul li ul
{
    display: block;
    width:auto;
    position: static;
    left: auto;
    margin-left: 0;
}

body.section-4 div#menu div.container li
{
    display:none; 
}

body.section-4 div#menu div.container li.has-title,
body.section-4 div#menu div.container li.section-title
{
    display:list-item;
    display: table-cell;
}

body.section-4 div#menu div.container li.section-title
{
    padding-left: 13px;
    padding-right: 13px;
}

body.section-4 div#menu div.container li.has-title ul li
{
    padding-left: 13px;
    text-transform: none;
}

body.section-4 div#menu div.container li.has-title ul li.section-title
{
    text-transform: uppercase;
}*/</pre></body></html>